home *** CD-ROM | disk | FTP | other *** search
/ PC Open 101 / PC Open 101 CD 1.bin / CD1 / INTERNET / EMAIL / pop file / setup.exe / $_1_ / URI / ssh.pm < prev    next >
Encoding:
Perl POD Document  |  2004-02-03  |  131 b   |  10 lines

  1. package URI::ssh;
  2. require URI::_login;
  3. @ISA=qw(URI::_login);
  4.  
  5. # ssh://[USER@]HOST[:PORT]/SRC
  6.  
  7. sub default_port { 22 }
  8.  
  9. 1;
  10.